Head
example
Following is an example of script file with 2 settings inside the HEAD section:
<TREE_SCRIPT> 1.01
<HEAD>
# assigning default dots colors for all levels (inheritance):
<DotsChildrenMenuColor>
white
# assigning default background colors level by level:
<BgChildrenMenuColor>
black, gray, green
</HEAD>
<BODY>
<LINK> Text=dummy, UrlSource=dummy.html
</BODY>
</TREE_SCRIPT>
Note:
black texts are keywords; they are not case-sensitive.
red texts are property names; they are not case-sensitive.
blue texts are property values; they are case-sensitive; they may have different values.
green texts are comments, starting with the pound character.